CloseOnLeave Property (MenuBase<T>)
In This Topic
Gets or sets a value that determines whether the menu should close automatically when the mouse leave the items.
Syntax
'Declaration
Public Property CloseOnLeave As Boolean
public bool CloseOnLeave {get; set;}
See Also